Data Structures
This section describes the data structures that the List Manager uses to store information about a list.Your application can use the cell record to specify the coordinates of a cell. For
example, your application must specify cell coordinates to theLAddToCell
procedure to add data to a cell.The List Manager uses a data handle internally to store information about the contents of a list's cells. The List Manager provides routines that allow you to access information contained in this data handle.
Finally, the List Manager uses a list record to store a variety of information about a list. To obtain some types of information about a list, your application might need to access the fields of the list record directly.
Subtopics
- The Cell Record
- The Data Handle
- The List Record